home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / fe < prev    next >
Text File  |  2001-03-21  |  1KB  |  33 lines

  1. Synopsis:
  2.    load fe
  3.  
  4. Description:
  5.    This is an example script that displays the power of FE, primarily how
  6.    it can be used to avoid recursion.  It includes the following aliases:
  7.  
  8.      Alias       Description                                              
  9.      /banalot    (un)bans any number of patterns from channel $0
  10.      /botsweep   kicks everyone matching $0 pattern from channel $1 or $C
  11.      /kickalot   kicks any number of users from channel $0
  12.      /massdeop   deops all channel operators on $0 or $C (except $N)
  13.      /masskick   kicks everyone from $0 or $C (except $N)
  14.      /opall      ops all non-chanops on $0 or $C
  15.      /opalot     (de)ops any number of users on channel $0
  16.  
  17.    A function is also included, $uh().  It takes an arbitrary number of
  18.    nicknames are returns their corresponding addresses.
  19.  
  20. Examples:
  21.    To ban several sites at once:
  22.       /banalot #blah + *!*@*.aol.com *!*@*.gnn.com *!*@*.foo.com *!*@*.aq
  23.  
  24.    To deop a bunch of jerks on channel #foo:
  25.       /opalot #foo - jerk1 jerk2 jerk3 jerk4 jerk5
  26.  
  27. See Also:
  28.    Special_Vars(7); fe(5); kick(1); load(5); mode(1)
  29.  
  30. Other Notes:
  31.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  32.  
  33.